_SUBSECTION

//0x28 bytes (sizeof) struct _SUBSECTION { struct _CONTROL_AREA* ControlArea; //0x0 struct _MMPTE* SubsectionBase; //0x4 struct _SUBSECTION* NextSubsection; //0x8 union { struct _MI_FILE_EXTENTS* FileExtents; //0xc struct _RTL_AVL_TREE GlobalPerSessionHead; //0xc struct _MI_PER_SESSION_PROTOS* SessionDriverProtos; //0xc }; union { ULONG LongFlags; //0x10 struct _MMSUBSECTION_FLAGS SubsectionFlags; //0x10 } u; //0x10 ULONG StartingSector; //0x14 ULONG NumberOfFullSectors; //0x18 ULONG PtesInSubsection; //0x1c union { ULONG NumberOfChildViews; //0x20 } u1; //0x20 union { ULONG UnusedPtes; //0x24 ULONG AlignmentNoAccessPtes; //0x24 }; };